projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b622e49
)
(ispell-message): Turn LIMIT into an integer, around ispell-region.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 13 Apr 1994 05:01:07 +0000
(
05:01
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 13 Apr 1994 05:01:07 +0000
(
05:01
+0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 28595634025e079fb314d564343c852bcacbfa1c..1087ddab455fc7673e52c4473567347938933cf3 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1833,7
+1833,7
@@
news-reply-mode-hook or mail-mode-hook to the following lambda expression:
(let ((end (save-excursion
(if (re-search-forward cite-regexp-end limit 'end)
(match-beginning 0)
-
limit
))))
+
(marker-position limit)
))))
(ispell-region (point) end)
(goto-char end)))))
(set-marker limit nil))))